home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / vbdatabs / mtank.ini < prev    next >
Text File  |  1999-03-17  |  3KB  |  90 lines

  1. #######################
  2. #### Start of File ####                                         
  3. #######################
  4. # ---------------------------------------------------------------
  5. # User configuration file
  6. # ---------------------------------------------------------------
  7. # Set the path to this file in the environment or leave this file
  8. # in the program's working directory.
  9.  
  10. # ===============================================================
  11. # Database file to open when application starts 
  12. # ===============================================================
  13. # Do not use any file extensions when creating or opening file.
  14. # Both data and index will share the same name with different
  15. # file extensions. The data file will have a .pod extension and 
  16. # the index file will have a .btx extension.
  17. # ===============================================================
  18. # Database file to open when application starts
  19. DBFileName=..\db_files\mtank
  20. # ===============================================================
  21.  
  22. # ===============================================================
  23. # Enable/Disable Admin user privileges 
  24. # ===============================================================
  25. # Valid entries are FALSE the disable or TRUE to enable. If 
  26. # enabled the user will be allowed to add, change, or delete 
  27. # entries. Will default to FALSE if no valid entry is found.
  28. # ===============================================================
  29. AdminUser=TRUE
  30. # ===============================================================
  31.  
  32. # ===============================================================
  33. # Set the path to a welcome message
  34. # ===============================================================
  35. WelcomeMessageFile=welcome.txt
  36. # ===============================================================
  37.  
  38. # PostScript Setup
  39. # ===============================================================
  40. # Name of the document header
  41. psDocumentName=Marine Water Test
  42.  
  43. # Maximum string length for each cell 
  44. CellLength=19
  45.  
  46. # Font size for the item bar and the cells
  47. FontSize=7
  48.  
  49. # Page orientation: LANDSCAPE or PORTRAIT
  50. Orientation=PORTRAIT
  51.  
  52. # Paper size: LETTER, LEGAL, TABLOID, A3, or A4  
  53. PaperSize=LETTER
  54.  
  55. # Font types: COURIER, COURIER_BOLD, COURIER_OBLIQUE, or COURIER_BOLD_OBLIQUE 
  56. ItemBarFont=COURIER_BOLD_OBLIQUE
  57. CellFont=COURIER
  58. # ===============================================================
  59.  
  60. # Default values for wxWindows MSW style printing
  61. # ===============================================================
  62. # Name of the document header
  63. mswpDocumentName=Marine Water Test
  64.  
  65. # Maximum lines per page (Assuming landscape on 8.5" x 11" paper)
  66. mswpLinesPerPage=46
  67.  
  68. # Maximum string length for each cell containing the object's data
  69. mswpCellLength=21
  70.  
  71. # Font size for the item bar and the cells
  72. mswpFontSize=9
  73.  
  74. # Left margin in logical units (Approximately 20 per inch)
  75. mswpLeftMargin=20
  76.  
  77. # Page orientation: LANDSCAPE or PORTRAIT
  78. mswpOrientation=PORTRAIT
  79.  
  80. # Font family type for item bar and object data. Valid entries are:
  81. # SWISS, ROMAN, DECORATIVE, MODERN, SCRIPT, SYSTEM 
  82. mswpFont=SWISS
  83. # ===============================================================
  84.  
  85. # ---------------------------------------------------------------
  86. #####################
  87. #### End of File ####
  88. #####################
  89.  
  90.